Platform Explorer / Nuxeo Platform 6.0

Operation NuxeoDrive.Delete (Nuxeo Drive: Delete)

Operation id NuxeoDrive.Delete
Category Services
Label Nuxeo Drive: Delete
Requires
Since

Parameters

Name Description Type Required Default value
id string yes  
parentId string no  

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveDelete
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.Delete",
  "label" : "Nuxeo Drive: Delete",
  "category" : "Services",
  "requires" : null,
  "description" : null,
  "url" : "NuxeoDrive.Delete",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "id",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "parentId",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}